/*------------------------------------------------------------------
[Main Stylesheet]

Project:    ODDO
Version:    1.1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]
    *. Login Layout 1 / .login-1
    *. Login Layout 2 / .login-2
    *. Login Layout 3 / .login-3
    *. Login Layout 4 / .login-4
    *. Login Layout 5 / .login-28
    *. Login Layout 6 / .login-6
    *. Login Layout 7 / .login-26
    *. Login Layout 8 / .login-30
    *. Login Layout 9 / .login-9
    *. Login Layout 10 / .login-10
    *. Login Layout 11 / .login-11
    *. Login Layout 12 / .login-12
    *. Login Layout 13 / .login-43
    *. Login Layout 14 / .login-14
    *. Login Layout 15 / .login-15
    *. Login Layout 16 / .login-16
    *. Login Layout 17 / .login-17
    *. Login Layout 18 / .login-18
    *. Login Layout 19 / .login-19
    *. Login Layout 20 / .login-33
    *. Login Layout 21 / .login-21
    *. Login Layout 22 / .login-22
    *. Login Layout 23 / .login-32
    *. Login Layout 24 / .login-24
    *. Login Layout 25 / .login-25
    *. Login Layout 26 / .login-31
    *. Login Layout 27 / .login-27
    *. Login Layout 28 / .login-35
    *. Login Layout 29 / .login-29
    *. Login Layout 30 / .login-23
    *. Login Layout 31 / .login-5
    *. Login Layout 32 / .login-7
    *. Login Layout 33 / .login-20
    *. Login Layout 34 / .login-34
    *. Login Layout 35 / .login-8

    *. Login inner form / .login-inner-form
    *. Login inner form details / .details
-------------------------------------------------------------------*/
/** GLOBAL CLASSES **/

body {
    font-family: 'Open Sans', sans-serif;
    color: #535353;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

.login-box .alert {
    padding: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close {
    padding: 18.5px 19px;
    background-size: 8px;
}

.login-box .alert-dismissible .btn-close:focus,
.login-box .alert-dismissible .btn-close:active {
    box-shadow: none;
}

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}

.login-box .login-popover {
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs {
    position: absolute;
    right: 15px;
    top: 15px;
}

.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    font-family: 'Jost', sans-serif;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.login-box .form-group label.error {
    font-size: 13px;
    text-align: left;
    color: #535353;
    width: 100%;
}

/** Login 2 start **/
.login-2 h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Jost', sans-serif;
}

.login-2 .login-box {
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: url(../images/img-5.jpg) top left repeat;
    background-size: inherit;
    position: relative;
    max-width: 1140px;
    /* background-position: center top; */
}

.login-2 .form-section {
    text-align: center;
    padding: 23px 6px;
    background: #fff;
    border-radius: 20px 0 0 20px;
}

.login-2 .form-section p {
    color: #535353;
    font-size: 16px;
}

.login-2 .form-section a {
    text-decoration: none;
    color: #535353;
}

.login-2 .pad-0 {
    padding: 0;
}

.login-2 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-2 .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login-2 .logo-2 img {
    width: 100%;
    filter: brightness(0) invert(1);
    margin: 0 auto;
    display: block;
}

.login-2 .form-section .thembo {
    margin-left: 4px;
}

.login-2 .form-section h3 {
    text-align: center;
    margin: 0 0 25px;
    font-size: 23px;
    font-weight: 400;
    color: #040404;
}

.login-2 .form-section .form-group {
    margin-bottom: 25px;
}

.login-2 .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

.login-2 .form-section .form-control {
    padding: 10px 25px;
    font-size: 16px;
    outline: none;
    color: #535353;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    height: 50px;
}

.modal-login label.control-label {
    text-align: left;
    display: block;
    margin-bottom: 7px;
}

.login-2 .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-2 .form-section .terms {
    margin-left: 3px;
}

.login-2 .btn-section {
    margin-bottom: 25px;
    display: inline-block;
}

.login-error.login-bar {
    background: #d10000;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 9px;
    color: #fff;
}

.login-2 .btn-section .btn-1 {
    border-radius: 50px 0 0 50px;
    border-right: solid 1px #e6e6e6;
}

.login-2 .btn-section .link-btn {
    font-size: 16px;
    float: left;
    background: #f3f3f3;
    font-weight: 400;
    text-align: center;
    text-decoration: blink;
    line-height: 37px;
    width: 110px;
    color: #50505018;
    font-family: 'Jost', sans-serif;
}

.login-2 .btn-section .link-btn:hover {
    color: #0dcaf0;
}

.login-2 .btn-section .active-bg {
    color: #0dcaf0;
}

.login-2 .btn-section .btn-2 {
    border-radius: 0 50px 50px 0;
}


.login-2 .form-section .form-check {
    float: left;
    margin-bottom: 0;
}

.login-2 .form-section .form-check a {
    color: #535353;
}

.login-2 .form-section .form-check-label {
    padding-left: 5px;
    font-size: 16px;
    color: #535353;
}

.login-2 .form-section a.forgot-password {
    line-height: 50px;
}

.login-2 .form-check-input:focus {
    border-color: transparent;
    box-shadow: none;
}

.login-2 .form-check-input:checked {
    background-color: #0dcaf0 !important;
}

.login-2 .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    position: absolute;
    margin-left: -22px;
}

.login-2 .logo {
    display: none;
}

.login-2 .social-list a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 19px;
    margin: 2px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.login-2 .login-box:hover .social-list a {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.login-2 .social-list a:hover {
    color: #fff;
}

.login-2 .btn-theme {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 50px;
    float: left;
}

.login-2 .btn-theme:hover {
    color: #fff;
}

.login-2 .btn-theme:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}

.login-2 .btn-theme:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
    background: #0dcaf0;
}

.login-2 .btn-info:after {
    background: #28c7e7;
}

.login-2 .btn-lg {
    font-size: 17px;
    padding: 0 50px;
    line-height: 50px;
}

.login-2 .btn {
    box-shadow: none !important;
}

.login-2 .btn-md {
    padding: 0 50px;
    font-size: 15px;
    line-height: 45px;
}

.login-2 .info {
    position: relative;
    width: 320px;
    margin: 0 auto;
    height: 320px;
}

.login-2 .info .box h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
}

.login-2 .info .box {
    position: absolute;
    width: 300px;
    margin: 0px auto;
    height: 300px;
    overflow: hidden;
    padding: 20px;
    border: solid 5px rgb(255 255 255 / 20%);
    margin-top: 10px;
    /* text-align: center; */
    left: 10px;
}

.login-2 .info .box .content {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: solid 1px rgb(255 255 255 / 20%);
    padding: 112px 20px;
}

.login-2 .info .box span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}

.login-2 .info .box span:nth-child(1) {
    transform: rotate(0deg);
}

.login-2 .info .box span:nth-child(2) {
    transform: rotate(90deg);
}

.login-2 .info .box span:nth-child(3) {
    transform: rotate(180deg);
}

.login-2 .info .box span:nth-child(4) {
    transform: rotate(270deg);
}

.login-2 .info .box span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    animation: animate 4s linear infinite;
}

@keyframes animate {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: left;
    }

    50.1% {
        transform: scaleX(1);
        transform-origin: right;
    }

    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

.modal-login .modal-content {
    background: no-repeat;
    border: none;
}

.login-2.login-background .cube {
    position: absolute;
    top: 80vh;
    right: 200px;
    width: 10px;
    height: 10px;
    border: solid 1px red;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cube 6s ease-in forwards infinite;
}

.login-2.login-background .cube:nth-child(2n) {
    border-color: #00cad4;
}

.login-2.login-background .cube:nth-child(2) {
    animation-delay: 2s;
    right: 300px;
    border-color: yellow;
    top: 200px;
}

.login-2.login-background .cube:nth-child(3) {
    animation-delay: 3s;
    right: 50%;
    top: 150px;
    border-color: blue;
}

.login-2.login-background .cube:nth-child(4) {
    animation-delay: 4s;
    right: 30%;
    top: 150px;
}

.login-2.login-background .cube:nth-child(5) {
    animation-delay: 5s;
    right: 50%;
    bottom: 150px;
    border-color: black;
}

.login-2.login-background .cube:nth-child(6) {
    animation-delay: 6s;
    right: 10%;
    top: 50%;
    border-color: aquamarine;
}

/* Animate Background*/
@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

/** Social media **/
.login-2 .facebook-bg {
    color: #4867aa;
}

.login-2 .facebook-bg:hover {
    background: #4867aa;
}

.login-2 .twitter-bg {
    color: #33CCFF;
}

.login-2 .twitter-bg:hover {
    background: #33CCFF;
}

.login-2 .google-bg {
    color: #db4437;
}

.login-2 .google-bg:hover {
    background: #db4437;
}

.login-2 .linkedin-bg {
    color: #2392e0;
}

.login-2 .linkedin-bg:hover {
    background: #1c82ca;
}

@media (max-width: 1200px) {
    .login-2 .form-section {
        padding: 70px 50px;
    }
}

@media (max-width: 992px) {
    .login-2 .form-section h3 {
        font-size: 22px;
    }

    .login-2 .logo-2 img {
        height: 25px;
    }

    .login-2 .form-info {
        width: 100%;
    }

    .login-2 .form-section {
        padding: 60px;
        border-radius: 10px;
    }

    .login-2 .bg-img {
        display: none !important;
    }

    .login-2 .login-box {
        max-width: 500px;
    }

    .login-2 .logo {
        display: inherit;
    }

    .login-2 .login-2-inner:before {
        display: none;
    }

    .login-2.login-background .cube:nth-child(2) {
        right: 100px;
        top: 100px;
    }

    .login-2.login-background .cube:nth-child(3) {
        left: 50px;
        top: 50px;
    }

    .login-2.login-background .cube:nth-child(4) {
        left: 100px;
        top: 350px;
    }

    .login-2.login-background .cube:nth-child(5) {
        left: 100px;
        bottom: 50px;
    }

    .login-2.login-background .cube:nth-child(6) {
        right: 50px;
        top: 5%;
    }
}

@media (max-width: 768px) {
    .login-2 .form-section {
        padding: 50px 30px;
    }
}

/** Login 2 end **/


/*** 

====================================================================
 Feature Section
====================================================================

***/

.feature-section {
    padding: 60px 0 60px;
}

.feature-heading {
    padding: 55px 0;
}
.feature-shape {
	position: absolute;
	top: 30px;
	right: 0;
    animation: moveBounce 5s linear infinite
}
.feature-section .icon-circle-1 {
    right: -100px;
    top: -100px;
    -webkit-animation: fa-spin 10s infinite;
    animation: fa-spin 10s infinite;
}
 
.feature-block {
	position: relative;
	margin-bottom: 0;
	transition: 0.5s all ease-in-out;
	z-index: 1;
}

.feature-block .inner-box {
	position: relative;
	text-align: center;
	padding: 40px 10px 40px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	height: 360px;
	background: #f3f3f3;
	margin-bottom: 30px;
}
 
.feature-block .icon-box {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	width: 100px;
	height: 100px;
	line-height: 77px;
	background: #fff;
	border-radius: 50px;
}

.feature-block .icon-box .icon {
    position: relative;
    font-size: 62px;
    line-height: 1em;
    color: #fe00c5;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}



.feature-block .inner-box:hover .icon-box .icon:before {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.feature-block .feature-sub-heading {
	font-size: 22px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 24px;
}

.feature-block p {
	margin-bottom: 20px;
}

.feature-block .read-more {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ff4200;
}
/*** 
====================================================================
	3. Services Page
====================================================================***/
.sidebar-page-container {
    position: relative;
    padding: 90px 0px 80px;
    background: #f7f7f7;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px
}

.sidebar-page-container .sidebar-side .sidebar-inner {
    position: relative;
    padding: 45px 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15)
}

.sidebar-widget {
    margin-bottom: 55px
}

.sidebar.sticky-top {
    top: 90px
}
.sidebar .sidebar-widget .service-list {
    padding: 30px 30px;
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
.sidebar .service-list {
    position: relative
}

.sidebar .service-list li {
    position: relative;
    margin-bottom: 20px
}

.sidebar .service-list li:last-child {
    margin-bottom: 0px
}

.sidebar .service-list li a {
    position: relative;
    display: block;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 16px 25px 16px 80px;
    border: 1px solid #ececec;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    border: 1px solid #ddd;
}
.sidebar .service-list li a .arrow {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 60px;
    height: 60px;
    color: #272727;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid #dddddd;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.sidebar .service-list li a:hover .arrow, .sidebar .service-list li.current a .arrow {
    background-color: #a3a3a3;
    color: #ffffff;
}
.sidebar .service-list li a:hover, .sidebar .service-list li.current a {
    color: #ffffff;
    background: #272727;
    border-color: #131313;
}

.services-detail {
    position: relative;
    padding: 21px;
    margin-bottom: 52px;
}

.services-detail .inner-box {
    position: relative
}

.services-detail .inner-box h2 {
    position: relative;
    color: #141d38;
    z-index: 1;
    font-weight: 600;
    margin-bottom: 18px
}

.services-detail .inner-box .image {
    position: relative;
    margin-bottom: 25px
}
.services-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    /* box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff; */
}
.services-detail .inner-box .image-two {
    position: relative;
    margin-bottom: 25px
}

.services-detail .inner-box .image-two img {
    position: relative;
    width: 100%;
    display: block
}

.services-detail .inner-box p {
    position: relative;
    color: #3c3737;
    font-size: 16px
}

.services-detail .inner-box h3 {
    position: relative;
    color: #0060ff;
    font-weight: 700;
    margin-bottom: 18px
}

.aeps-benefits {
    padding-left: 30px
}

.aeps-benefits li {
    list-style: disclosure-closed;
    color: #4f4f4f
}

.icon-blog {
    text-align: center;
    margin-bottom: 26px;
    display: inline-block;
    padding-top: 16px;
    width: 100%
}

.icon-blog li {
    width: 46%;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    display: inline-block;
    transition: 0.5s
}

.pancard-blog li {
    width: 46%
}

.travel-blog li {
    width: 32%;
    padding-top: 10px
}

.pancard-blog li:first-child {
    margin-right: 20px
}

.icon-blog.travel-blog li:nth-child(2) {
    margin: 0 10px
}

.icon-blog li:hover {
    transform: translateY(-9px)
}

.services-detail .inner-box p span {
    display: block
}
#preloader {
    display: none;
    position: fixed;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgb(255 255 255 / 55%);
}

#preloader img {
    position: absolute;
    top: 30%;    
    height: 150px;
}
